home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pvm34b3.zip / pvm34b3 / pvm3 / libfpvm / pvmfpsend.m4 < prev    next >
Text File  |  1997-07-22  |  279b  |  15 lines

  1.  
  2. /* $Id: pvmfpsend.m4,v 1.2 1996/10/04 15:27:29 pvmsrc Exp $ */
  3.  
  4. #include "pvm3.h"
  5. #include "pvm_consts.h"
  6.  
  7. void
  8. FUNCTION(pvmfpsend) ARGS(`tid, msgtag, buf, len, dt, info')
  9.     int *tid, *msgtag, *len, *dt, *info;
  10.     char *buf;
  11. {
  12.     *info = pvm_psend(*tid, *msgtag, buf, *len, *dt);
  13. }
  14.  
  15.